modules/media/meson.build: Export needed symbols on MSVC
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 22 Jun 2018 17:53:32 +0000 (01:53 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 6 Dec 2018 09:07:33 +0000 (17:07 +0800)
commit5383d11bb40c333b3b3a7830ec21d5bbcb98be11
tree45f91aa03033ccdba49c6ef32fb338fbcb2cf0cb
parented65ab1ba9d2911ae86f668c765c7adda8cd5167
modules/media/meson.build: Export needed symbols on MSVC

We need to override _GLIB_EXTERN to export the required symbols for the
GIO module on Visual Studio, so that the media modules can be
successfully loaded.
modules/media/meson.build